dialogIt "If you delete this card, all of the indexes" && "will be deleted, and the stack will give error messages." & return & return & "This option is not recommended."
set cantDelete of this cd to true
else pass doMenu
end doMenu
--• MESSAGE HANDLERS
on displayChoice
-- In admin, show the appropriate fields.
lock screen
setBtnHilites
cdFldsVisible false
end displayChoice
on setBtnHilites
set hilite of cd btn "keyword index" to false
set hilite of cd btn "book index" to false
set hilite of cd btn "browsing speed" to false
set hilite of cd btn "paths to graphics" to false
--AGS only
set hilite of cd btn "file name index" to false
set hilite of cd btn "keyword pointers" to false
set hilite of cd btn "book pointers" to false
set hilite of cd btn "file format index" to false
set hilite of cd btn "file format pointers" to false
--end AGS only
set hilite of the target to true
end setBtnHilites
on cdFldsVisible boolean
repeat with i = 1 to number of cd flds
set the visible of cd fld i to boolean
end repeat
end cdFldsVisible
-- part 3 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Paths to graphics
-- part 4 (field)
-- low flags: 81
-- high flags: 2002
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: browsing speed
-- part 5 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book index
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0002
-- rect: left=7 top=77 right=335 bottom=161
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: admin blanket
-- part 6 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword index
-- part 7 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=272 right=287 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Paths to graphics
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=295 right=310 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Browsing Speed
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=156 right=171 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Book Index
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=108 right=123 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Keyword Index
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=8 top=85 right=100 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 1024
-- line height: 17
-- part name: Show:
-- part 27 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: File Name Index
----- HyperTalk script -----
--This field AGS only.
-- part 28 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=135 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 1
----- HyperTalk script -----
--This field AGS only.
-- part 29 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=132 right=147 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Keyword Pointers
----- HyperTalk script -----
--This button AGS only.
on mouseUp
displayChoice
repeat with N = 0 to 9
show cd fld ("keyword pointer" && N)
end repeat
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=13 top=249 right=264 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: File Name Index
----- HyperTalk script -----
--This button AGS only.
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 39 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=77 right=135 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 6
----- HyperTalk script -----
--This field AGS only.
-- part 40 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=136 right=186 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 2
----- HyperTalk script -----
--This field AGS only.
-- part 41 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=136 right=186 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 7
----- HyperTalk script -----
--This field AGS only.
-- part 42 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=187 right=237 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 3
----- HyperTalk script -----
--This field AGS only.
-- part 43 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=187 right=237 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 8
----- HyperTalk script -----
--This field AGS only.
-- part 44 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=238 right=288 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 4
----- HyperTalk script -----
--This field AGS only.
-- part 45 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=289 right=335 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 5
----- HyperTalk script -----
--This field AGS only.
-- part 46 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=238 right=288 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 9
----- HyperTalk script -----
--This field AGS only.
-- part 47 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=289 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: keyword pointer 0
----- HyperTalk script -----
--This field AGS only.
-- part 48 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=180 right=195 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Book Pointers
----- HyperTalk script -----
--This button AGS only.
on mouseUp
displayChoice
repeat with N = 0 to 9
show cd fld ("book pointer" && N)
end repeat
end mouseUp
-- part 49 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=135 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Book pointer 1
----- HyperTalk script -----
--This field AGS only.
-- part 50 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=136 right=186 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 2
----- HyperTalk script -----
--This field AGS only.
-- part 51 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=187 right=237 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 3
----- HyperTalk script -----
--This field AGS only.
-- part 52 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=238 right=288 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 4
----- HyperTalk script -----
--This field AGS only.
-- part 53 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=289 right=335 bottom=324
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 5
----- HyperTalk script -----
--This field AGS only.
-- part 54 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=77 right=135 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 6
----- HyperTalk script -----
--This field AGS only.
-- part 55 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=136 right=186 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 7
----- HyperTalk script -----
--This field AGS only.
-- part 56 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=187 right=237 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 8
----- HyperTalk script -----
--This field AGS only.
-- part 57 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=238 right=288 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 9
----- HyperTalk script -----
--This field AGS only.
-- part 58 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=326 top=289 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: book pointer 0
----- HyperTalk script -----
--This field AGS only.
-- part 59 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=204 right=219 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: File Format Index
----- HyperTalk script -----
--This button AGS only.
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 60 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=13 top=228 right=243 bottom=157
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: File Format Pointers
----- HyperTalk script -----
--This button AGS only.
on mouseUp
displayChoice
show cd fld "file format pointer 4"
end mouseUp
-- part 61 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: File Format Index
----- HyperTalk script -----
--This field AGS only.
-- part 62 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: File Format Pointer 4
----- HyperTalk script -----
--This field AGS only.
on mouseUp
put the number of chars in me
end mouseUp
-- part contents for background part 19
----- text -----
The Artwork contained in and referenced by this graphics stack is copyrighted in the name of Apple Computer, Inc. It may only be used and reproduced by authorized Certified Apple Developers to illustrate manuals for use in conjunction with software developed pursuant to a fully executed Apple Certified Developer Agreement.
By proceeding into this graphics stack, you acknowledge the copyrighted nature of the Artwork and you agree to use the Artwork only for the purpose for which it intended. Unauthorized use of the Artwork for any purpose other than as provided herein will be deemed a breach of your Apple Certified Developer Agreement and may constitute copyright infringement, resulting in possible termination of your Agreement with Apple and/or in civil or criminal liability.
-- part contents for background part 21
----- text -----
Apple Graphics Source contains about 2,000 graphics used in Apple’s books and manuals. This stack enables you to open, copy, and print the original graphic files (which may be stored in MPNT, PICT, or EPSF file format) directly from the stack, without needing the application that created the graphic.
If you have questions about this stack or the Graphics Database Toolkit, send a link to GFX.SOURCE.